home *** CD-ROM | disk | FTP | other *** search
- object HighScore: THighScore
- Left = 305
- Top = 207
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'High Scores'
- ClientHeight = 250
- ClientWidth = 329
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 218
- Width = 108
- Height = 15
- Caption = 'You reached rank #'#39
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- object Scores: TListView
- Left = 8
- Top = 11
- Width = 313
- Height = 190
- Columns = <
- item
- Caption = 'Rk'
- Width = 30
- end
- item
- Caption = 'Name'
- Width = 150
- end
- item
- Alignment = taCenter
- Caption = 'Time'
- Width = 75
- end
- item
- Alignment = taCenter
- Caption = 'Malus'
- end>
- ReadOnly = False
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- TabOrder = 0
- ViewStyle = vsReport
- end
- object BitBtn1: TBitBtn
- Left = 264
- Top = 211
- Width = 57
- Height = 30
- Caption = 'Done'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 216
- Width = 241
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Traditional Layout'
- 'Dragon Layout'
- 'Big Hole Layout'
- 'Theater Layout'
- 'Beatle Layout')
- TabOrder = 2
- OnChange = ComboBox1Change
- end
- end
-